func golang.org/x/tools/internal/gocommand.cmdDebugStr

2 uses

	golang.org/x/tools/internal/gocommand (current package)
		invoke.go#L232: 	defer func(start time.Time) { log("%s for %v", time.Since(start), cmdDebugStr(cmd)) }(time.Now())
		invoke.go#L336: func cmdDebugStr(cmd *exec.Cmd) string {